主题
商户可根据品牌ID与用户标识查询捐赠单列表 官方文档 官方文档
wxpay.v3.lovefeast.users._openid_.orders.brandId._brand_id_.get({ openid, brand_id, params, }) .then( ({ data: { count, limit, offset, total_count, data, }, }) => ({ count, limit, offset, total_count, data, }) )